| IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > ReflectionFns Class > GetInstancesImplementing Method : GetInstancesImplementing(Type,IEnumerable<String>) Method |
'DeclarationPublic Overloads Shared Function GetInstancesImplementing( _ ByVal type As Type, _ ByVal probeAssemblyNames As IEnumerable(Of String) _ ) As IEnumerable
'UsageDim type As Type Dim probeAssemblyNames As IEnumerable(Of String) Dim value As IEnumerable value = ReflectionFns.GetInstancesImplementing(type, probeAssemblyNames)
public static IEnumerable GetInstancesImplementing( Type type, IEnumerable<string> probeAssemblyNames )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2